Logger Class |
Namespace: Independentsoft.Sip
The Logger type exposes the following members.
| Name | Description | |
|---|---|---|
| Logger |
Initializes a new instance of the Logger class.
| |
| Logger(Stream) |
Initializes a new instance of the Logger class with the specified log file path.
| |
| Logger(String) |
Initializes a new instance of the Logger class with the specified log file path.
| |
| Logger(String, Boolean) |
Initializes a new instance of the Logger with the specified log file path.
|
| Name | Description | |
|---|---|---|
| Append |
Gets or sets append
| |
| Path |
Gets or sets log file path.
| |
| Stream |
Gets or sets log stream.
|
| Name | Description | |
|---|---|---|
| Close |
Closes the log file.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Open |
Opens log file or log stream.
| |
| ToString | (Inherited from Object.) | |
| Write |
Writes log data to a log file or a stream.
| |
| WriteLine |
Writes single line to log file or stream.
|